l105/H11 uitleg/H11.testblad.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <form method='get' action ='11.1.php'> <input type='text' name='naam'> <input type='text' name='leeftijd'> <input type='submit' value='Posten'> </form> <?php ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse